home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / DELPHI3.EXE / %MAINDIR% / Examples / Delphi3 / ActiveX Form / Teeax_TLB.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  1998-11-17  |  475 b   |  24 lines

  1. unit Teeax_TLB;
  2.  
  3. { This file contains pascal declarations imported from a type library.
  4.   This file will be written during each import or refresh of the type
  5.   library editor.  Changes to this file will be discarded during the
  6.   refresh process. }
  7.  
  8. { Teeax Library }
  9. { Version 1.0 }
  10.  
  11. interface
  12.  
  13. uses Windows, ActiveX, Classes, Graphics, OleCtrls, StdVCL;
  14.  
  15. const
  16.   LIBID_Teeax: TGUID = '{DF9F9C31-0273-11D2-A2D5-00A0C901D681}';
  17.  
  18.  
  19.  
  20. implementation
  21.  
  22.  
  23. end.
  24.